Blazor | ComponentOne
C1.Blazor.Grid Assembly / C1.Blazor.Grid Namespace / GridDetailLoadingEventArgs<TItem> Class
Members

In This Topic
    GridDetailLoadingEventArgs<TItem> Class
    In This Topic
    Provides event data for FlexGridDetailProvider<TItem>.DetailLoading event.
    Object Model
    GridDetailLoadingEventArgs<TItem> ClassGridRow Class
    Syntax
    'Declaration
     
    
    Public Class GridDetailLoadingEventArgs(Of TItem As Class) 
       Inherits C1.Blazor.Core.AsyncEventArgs
    public class GridDetailLoadingEventArgs<TItem> : C1.Blazor.Core.AsyncEventArgs 
    where TItem: class
    Type Parameters
    TItem
    Inheritance Hierarchy

    System.Object
       System.EventArgs
          C1.Blazor.Core.AsyncEventArgs
             C1.Blazor.Grid.GridDetailLoadingEventArgs<TItem>

    See Also